

.logo {
    display: inline-block;
    width: 100px;
    margin-left: -20px;
    margin-top: -10px;
    max-height: 100%;
}

.title {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin-top: 10px;
    font-family: arial;
}

#bannerTitle {
    background: steelblue;
    height: 100px;
    position: relative;
    margin-top: -110px;
    background: linear-gradient(steelblue, steelblue, white);
    margin-left: -20px;
    margin-right: -20px;
    z-index: -1;
}

h2 {
    color: black;
    padding-left: 104px;
    padding-top: 50px;
    font-size: 25px;
}

h3 {
    color: black;
    padding-top: -150px;
    text-align: center;
    font-size: 40px;
}

p {
    color: black;
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
}


.paul {
    border-radius: 50%;
    float: right;
    padding-top: 50px;
width: 500px;
}

.GFG {
background-color: white;
border: 2px solid black;
color: green;
padding: 5px 10px;
text-align: absolute;
display: inline-block;
font-size: 20px;
margin: 10px 30px;
cursor: pointer;
text-decoration: none;
}


body{
    background-color: rgb(248, 248, 247);
}
.paulPNG{
    float: right;
}

.navBar{
    background-color: transparent;
    overflow: hidden;
    position: relative; left:425px; bottom: 80px;
}
.navBar a{
    float: left;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 17px;
}
.navbar a:hover{
    color: blue;
}
.navBar details{
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold
}
.navBar a.active{
    background-color: #04AA6D;
    color:blue;
}

